C#
VB
WinRT C#
Initializes a new instance of AnnObservableCollection from the specified list.
public AnnObservableCollection<T>(
List<T> list
)
Public Function New( _
ByVal list As List(Of T) _
)
public AnnObservableCollection<T>(
List<T> list
)
function AnnObservableCollection(
list
)
list
Source list. Items will be added to this collection.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET